@charset "UTF-8";
/*公共*/
, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

 @media screen and (max-width: 900px) {
body {
	font-size: 14px;
}
}
::selection {
	background: #042d97;
	color: #fff;
}

::-moz-selection {
 background: #042d97;
 color: #fff;
}

::-webkit-selection {
 background: #042d97;
 color: #fff;
}
body {
	overflow-x: hidden;
}
img {
	border: 0;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
em, i {
	font-style: normal;
}
a {
	font-size: 16px;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	color: #e51e01;
}
.w1300 {
	max-width: 1300px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.w-auto {
	padding: 1% 6%;
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h30 {
	height: 30px;
}
.h60 {
	height: 60px;
}
.f14 {
	font-size: 14px;
}
.f18 {
	font-size: 18px;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
/*公共*/
.header1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	height: 87px;
	width: 100%;
	background: rgba(255, 255, 255, 0.534);
}
.header1 section {
	width: 100%;
}
.header1 .logoImg {
	padding: 10px 0 10px 0;
	float: left;
}
.header1 .qh_nav {
	width: 54%;
	height: 87px;
	float: right;
}
.header1 .qh_nav > ul {
	width: 100%;
	height: 87px;
}
.header1 .qh_nav li {
	display: block;
	height: 87px;
	width: 16.666666%;
	float: left;
}
.header1 .qh_nav li a {
	color: #000;
	height: 87px;
	line-height: 85px;
	display: block;
	text-align: center;
	width: 100%;
	transition: all .3s;
}
.header1 .qh_nav li a:hover {
	color: #fff;
	background: #1488F5;
}
.header1 .qh_nav li .act {
	color: #000;
}
.header1 .qh_nav li ul {
	display: none;
	background: #1488F5;
	border-top: 1px solid #fff;
}
.header1 .qh_nav li li  {
	width: 100%;
	float: none;
	height: auto;
}
.header1 .qh_nav li li  a {
	padding: 10px 0;
	display: block;
	height: auto;
	line-height: 2;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.header1 .qh_nav li li  a:hover {
	background: #F77D00;
}

.change {
	background: rgba(255, 255, 255, 0.934);
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
	width: 100%;
}
/*左右滚动*/
.syal {
	width: 1300px;
	overflow: hidden;
	margin: 50px auto;
	position: relative;
	padding: 20px;
}
.syal li {
	float: left;
	margin-right: 10px;
	width: 100px;
	margin-left: 5px;
}
.syal li a {
	display: block;
}
.syal li a img {
	display: block;
	width: 100px;
	border: 3px solid #ccc;
	border-radius: 50%;
	height: 100px;
	transition: all .3s;
}
.syal li a ol {
	color: #5d5d5d;
	text-align: center;
	font-size: 16px;
	margin: 2px 0 0 0;
	position: relative;
	transition: all .3s;
	padding-top: 30px;
}
.syal li a ol::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 48%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.16);
	z-index: 999;
	transition: all .3s;
}
.syal li a:hover ol {
	color: #278a3a;
}
.syal li a:hover ol::before {
	border-radius: 10%;
	background: #278a3a;
}
.syal li a:hover img {
	border: 3px solid #278a3a;
	transform: scale(1.1, 1.1);
}
.syal::before {
	position: absolute;
	content: "";
	bottom: 76px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
	z-index: 1;
}
/*产品上下滚动*/
.sycp {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.sycp h2 {
	color: #f77d00;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 3;
	width: 550px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 38px;
	font-weight: bold;
}
.sycp h2 em {
	display: block;
	color: #373737;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 30px;
	font-weight: normal;
}
.sycp h2 i {
	color: #1488F5;
}
.sycp h2:before {
	position: absolute;
	content: "";
	left: -10px;
	top: 15px;
	background: #cccccc;
	width: 60px;
	height: 1px;
}
.sycp h2:after {
	position: absolute;
	content: "";
	right: -10px;
	top: 15px;
	background: #cccccc;
	width: 60px;
	height: 1px;
}
.anliroll {
	height: 880px;
	width: 88%;
	margin: 0 auto;
}
.anliroll li {
	float: left;
	width: 23.2558139535%;
	background: #fff;
	margin: 2% 0 0 1.4%;
}
.anliroll li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.anliroll li a h4 {
	overflow: hidden;
}
.anliroll li a img {
	width: 100%;
	display: block;
	transition: all .5s;
}
.anliroll li a ol {
	line-height: 90px;
	color: #555;
	width: 100%;
	transition: all .3s;
	font-size: 20px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.anliroll li a ol a {
	color: #555;
	font-size: 20px;
}
.anliroll li a span {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 6%;
	border: 1px solid #dcdcdc;
	border-radius: 999px;
	padding: 10px 20px;
}
.anliroll li a:hover {
	color: #fff;
}
.anliroll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.anliroll li a:hover ol {
	background: #ff8717;
	color: #fff;
	padding-left: 25px;
}
.anliroll li a:hover span {
	background: #fff;
	color: #ff8717;
	border: 1px solid #ff8717;
}
.sygsjj {
	margin-bottom: 100px;
	background: url(../images/about_bg.jpg) center top no-repeat;
	background-size: cover;
	height: 734px;
	margin-top: 80px;
}
.sygsjj dl {
	padding-top: 102px;
}
.sygsjj dl dt {
	float: left;
	width: 47%;
	height: 493px;
	overflow: hidden;
	background: url(../images/about.jpg) center center no-repeat;
	background-size: cover;
}
.sygsjj dl dt img {
	width: 100%;
	display: none;
}
.sygsjj dl dd {
	float: right;
	width: 53%;
	padding: 50px 30px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.4);
}
.sygsjj dl dd h3 {
	font-size: 38px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.sygsjj dl dd h3 em {
	text-transform: uppercase;
	font-weight: 100;
}
.sygsjj dl dd h3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	height: 1px;
	background: #fc8618;
	width: 200px;
}
.sygsjj dl dd .sygsjj_wz p {
	color: #fff;
	line-height: 180%;
}
.sygsjj dl dd .sygsjj_wz a {
	background: #ff8717;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 30px;
	display: block;
	width: 130px;
}
.sygsjj dl dd .sygsjj_wz img {
	float: right;
	margin-right: 50px;
	margin-top: 30px;
}
/*左右滚动*/
.al_pic {
	width: 1300px;
	overflow: hidden;
	margin: 60px auto 20px auto;
}
.al_pic li {
	float: left;
	margin-right: 20px;
	width: 409px;
}
.al_pic li a:hover {
	background: #000;
	color: #fff;
}
.al_pic li a:hover ol {
	color: #fff;
	margin-left: 30px;
}
.al_pic li a:hover ol::before {
	width: 150px;
}
.al_pic li a {
	display: block;
}
.al_pic li a img {
	display: block;
	width: 100%;
}
.al_pic li a ol {
	color: rgba(0, 0, 0, 0.616);
	text-align: left;
	font-size: 18px;
	margin: 15px 0 0 0;
	position: relative;
	height: 60px;
	transition: all .6s;
}
.al_pic li a ol::before {
	position: absolute;
	top: 15px;
	left: 100px;
	content: "";
	border-top: 1px solid #ccc;
	width: 100px;
	height: 1px;
	transition: all .6s;
}
.syal_pic {
	background: url(../images/1_05.jpg) center repeat-y;
	height: 746px;
}
.syal_pic .slider, .syal_pic .slider .main, .syal_pic .slider .main .main-i {
	width: 1300px;
	margin: 0 auto;
	height: 712px;
	position: relative;
}
.syal_pic .slider .main {
	overflow: hidden;
}
.syal_pic .main-i img {
	width: 898px;
	position: absolute;
	top: 90px;
	right: 0;
	height: 712px;
}
.syal_pic .caption {
	position: absolute;
	left: 0;
	top: 0%;
	z-index: 9;
}
.syal_pic .caption h2 {
	line-height: 38px;
	position: relative;
}
.syal_pic .caption h2 b {
	font-size: 34px;
	color: #363636;
	position: relative;
}
.syal_pic .caption h2 b::before {
	position: absolute;
	right: -60px;
	top: -12px;
	content: "■";
	font-size: 80px;
	color: #ff8717;
}
.syal_pic .caption h2 em {
	color: #c4c4c4;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	position: relative;
}
.syal_pic .caption h2 em::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -15px;
	height: 6px;
	background: #fc8618;
	width: 100px;
}
.syal_pic .caption h3 {
	font-size: 18px;
	line-height: 40px;
	color: #000;
	margin-top: 60px;
	font-weight: normal;
}
.syal_pic .caption h4 {
	width: 170px;
	margin-top: 120px;
	border: 1px solid #ccc;
}
.syal_pic .caption h4 a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}
.syal_pic .caption h4 a:nth-child(1) {
	color: #fff;
	background: #f98b1b;
}
.syal_pic .caption h4 a:hover {
	background: #000;
	color: #fff;
}
.syal_pic .ctrl {
	width: 100%;
	height: 13px;
	line-height: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.syal_pic .ctrl .ctrl-i {
	display: inline-block;
	width: 80px;
	height: 13px;
	background-color: #dfdfdf;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	margin-left: 1px;
	margin-right: 6px;
}
.syal_pic .ctrl .ctrl-i img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .2s;
}
.syal_pic .ctrl .ctrl-i:hover {
	background-color: #f0f0f0;
}
.syal_pic .ctrl .ctrl-i:hover img {
	bottom: 13px;
	/*鍥剧墖鍊掑奖*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
	opacity: 1;
}
.syal_pic .ctrl .ctrl-i-active, .syal_pic .ctrl .ctrl-i-active:hover {
	background-color: #f98b1b;
}
.syal_pic .ctrl-i-active:hover img {
	opacity: 0;
}
.syal_pic .slider .main .main-i {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transition: all .5s;
}
.syal_pic .slider .main .main-i h2 {
	margin-right: 45px;
}
.syal_pic .slider .main .main-i h3 {
	margin-right: -45px;
}
.syal_pic .slider .main .main-i h2, .syal_pic .slider .main .main-i h3 {
	-webkit-transition: all 1s .5s;
	opacity: 0;
}
.syal_pic .slider .main .main-i-active {
	opacity: 1;
	right: 0;
}
.syal_pic .slider .main .main-i-active h2, .syal_pic .slider .main .main-i-active h3 {
	margin-right: 0;
	opacity: 1;
}
.syys {
	background: url(../images/1_07.jpg) center top no-repeat;
	overflow: hidden;
	height: 744px;
	margin-bottom: 50px;
}
.syys h3 {
	text-align: center;
	padding-top: 50px;
	font-size: 60px;
	color: #1488F5;
}
.syys h3 em {
	font-size: 80px;
	color: #fc8f20;
	margin-top: 2px;
	margin-bottom: 20px;
}
.syys h4 {
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
.syys ul {
	margin: 60px auto;
}
.syys ul li {
	display: inline-block;
	background: #fff;
	width: 17%;
	box-shadow: 0 0 15px #ccc;
	height: 381px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-left: 2%;
	position: relative;
	transition: all .3s;
}
.syys ul li::before {
	margin-left: -20px;
	position: absolute;
	content: "";
	bottom: -26px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	z-index: 999;
	transition: all .3s;
	border: 15px solid #fc8f20;
}
.syys ul li img {
	display: block;
	margin: 30px auto;
}
.syys ul li span {
	display: block;
	text-align: center;
	font-size: 26px;
	color: #000;
	margin-bottom: 50px;
}
.syys ul li em {
	text-align: center;
	display: block;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.521);
	text-transform: uppercase;
}
.syys ul li:hover {
	transform: translate(0, -10px);
	box-shadow: 0 0 15px #666;
}
.syys ul li:hover::before {
	border: 15px solid #1488F5;
}
.syys ul li:hover span {
	color: #1488F5;
}
.synews h3 {
	color: #000;
	font-weight: normal;
	font-size: 45px;
}
.synews h3 b {
	color: #fc8f20;
}
.synews h3 em {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.synews h3 a {
	float: right;
	width: 78px;
	height: 78px;
	background: #fc8f20;
	color: #fff;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	padding-top: 22px;
	box-sizing: border-box;
	border-radius: 50%;
}
.synews h3 a:hover {
	background: #1488F5;
}
.synews dl {
	overflow: hidden;
	margin: 30px auto 50px auto;
}
.synews dl dt {
	float: left;
	width: 42%;
}
.synews dl dt a {
	background: #eeeeee;
	display: block;
	position: relative;
}
.synews dl dt a em {
	position: absolute;
	width: 92px;
	height: 92px;
	display: block;
	background: #1488F5;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding-top: 15px;
}
.synews dl dt a em u {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.synews dl dt a img {
	width: 100%;
	height: 302px;
}
.synews dl dt a .l_news {
	padding: 14px 20px;
	box-sizing: border-box;
}
.synews dl dt a .l_news h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.synews dl dt a .l_news span {
	line-height: 200%;
	display: block;
}
.synews dl dt a .l_news i {
	color: #fff;
	font-size: 16px;
	background: #fc8f20;
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin-top: 20px;
	transition: all .6s;
}
.synews dl dt a:hover {
	background: #1488F5;
}
.synews dl dt a:hover h5, .synews dl dt a:hover span {
	color: #fff;
}
.synews dl dt a:hover em {
	background: 1488F5;
}
.synews dl dt a:hover .l_news i {
	width: 400px;
}
.synews dl dd {
	float: right;
	width: 56%;
}
.synews dl dd a {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.synews dl dd a span {
	display: block;
	float: left;
	width: 20%;
	background: #dfdfdf;
	color: #8a8a98;
	height: 147px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	font-size: 38px;
	margin-right: 20px;
}
.synews dl dd a span u {
	display: block;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.synews dl dd a h6 {
	padding: 20px;
	box-sizing: border-box;
	font-weight: normal;
}
.synews dl dd a h6 b {
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.synews dl dd a h6 em {
	display: block;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
	line-height: 180%;
	font-size: 14px;
	color: #9b9b9b;
}
.synews dl dd a h6 u {
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}
.synews dl dd a:hover {
	background: #1488F5;
}
.synews dl dd a:hover b, .synews dl dd a:hover em {
	color: #fff;
}
.synews dl dd a:hover h6 u {
	background: #1488F5;
}
/*底部*/
.db_link {
	overflow: hidden;
	border-top: 2px solid #f2f2f2;
}
.db_link dl {
	padding: 20px 0;
	overflow: hidden;
}
.db_link dl dt, .db_link dl dd {
	float: left;
	color: #646464;
}
.db_link dl dt a, .db_link dl dd a {
	color: #646464;
}
.db_link dl dt {
	font-size: 20px;
	width: 10%;
}
.db_link dl dd {
	width: 90%;
}
.db_link dl dd a {
	display: inline-block;
	padding: 10px 25px 5px 0;
}
.footer_con {
	background: #666;
}
.footer_con ul {
	overflow: hidden;
}
.footer_con ul li {
	float: left;
	padding: 30px 0 0 50px;
	box-sizing: border-box;
	height: 350px;
	border-left: 1px solid rgba(255, 255, 255, 0.432);
}
.footer_con ul li a {
	color: #fff;
}
.footer_con ul li h3 {
	font-size: 20px;
	color: #fff;
}
.footer_con ul li:nth-of-type(1) {
	width: 20%;
}
.footer_con ul li:nth-of-type(1) h3 {
	margin-bottom: 20px;
}
.footer_con ul li:nth-of-type(1) a {
	line-height: 32px;
	display: block;
}
.footer_con ul li:nth-of-type(2) {
	width: 20%;
}
.footer_con ul li:nth-of-type(2) h3 {
	margin-bottom: 20px;
}
.footer_con ul li:nth-of-type(2) a {
	display: inline-block;
	width: 100%;
	line-height: 32px;
}
.footer_con ul li:nth-of-type(3) {
	width: 20%;
	float: left;
}

.footer_con ul li:nth-of-type(3) h3 {
	margin-bottom: 20px;
}

.footer_con ul li:nth-of-type(4) {
	width: 40%;
	float: right;
}
.footer_con ul li:nth-of-type(4) h4 {
	margin-bottom: 20px;
	background: url(../images/1_17.png) left top no-repeat;
	color: #fff;
	padding-left: 70px;
}
.footer_con ul li:nth-of-type(4) h4 span {
	font-size: 16px;
	display: block;
	color: #fff;
}
.footer_con ul li:nth-of-type(4) h4 b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.footer_con ul li:nth-of-type(4) h4 b a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.footer_con ul li:nth-of-type(4) a {
	color: #fff;
}
.footer_con ul li:nth-of-type(4) .db_lx {
	position: relative;
}
.footer_con ul li:nth-of-type(4) .db_lx img:nth-of-type(1) {
	float: left;
	margin-right: 20px;
}
.footer_con ul li:nth-of-type(4) .db_lx img:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 0;
}
.footer_con ul li:nth-of-type(4) .db_lx img:nth-of-type(3) {
	display: block;
	margin-top: 20px;
	margin-left: 350px;
}
.footer_con ul li:nth-of-type(4) .db_lx p {
	color: #fff;
	line-height: 180%;
}
.footer2 {
	background: #666;
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.footer2 p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
/*地图*/
#dituContent {
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: #f3f1ec;
	color: black;
	text-align: left;
	height: 400px;
}
/*内页banner*/
.nb {
	background: url(nb.jpg) top center no-repeat;
	height: 500px;
}
.sppic {
	display: none;
}
.sppic1 img {
	display: none;
}
.newsc .listc ul, .newsc .listc li {
	width: 100%;
}
.newsc .listc li {
	transition: .3s;
}
.newsc .listc li.grayc {
	background-color: #f8f8f8;
}
.newsc .listc li a {
	padding: 50px 0;
	display: block;
}
.newsc .listc li:nth-of-type(even) {
	background: #f7f7f7;
}
.newsc .listc li:hover {
	background-color: #0e4295;
}
.newsc .listc li:hover .numc img {
	border: 1px solid #fa1e2f;
}
.newsc .listc li:hover .centerc {
	left: -16px;
}
.newsc .listc .centerc {
	width: 980px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	left: 0;
}
.newsc .listc .numc {
	display: block;
	width: 104px;
	border-right: 1px solid #ddd;
	line-height: 60px;
	font-size: 72px;
	color: #d2d2d2;
}
.newsc .listc .numc img {
	width: 104px;
}
.newsc .listc .fontc {
	display: block;
	width: 83.7%;
	font-size: 18px;
	line-height: 30px;
}
.newsc .listc .fontc .introc {
	font-size: 14px;
	color: #bbb;
}
.newsc .listc .fontc p {
	font-size: 18px;
}
.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
	color: #fff;
}
.f-cbc:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.neaxtpg a {
	float: left;
	display: inline-block;
	width: 42%;
	text-align: center;
	padding: 10px 2%;
	border: 1px solid #ccc;
	margin: 0 1%;
}
.neaxtpg a:hover {
	background: #0e4295;
	color: #fff;
}
.neaxtpg {
	margin-bottom: 50px;
}
.n_main {
	width: 100%;
}
.n_main .nflahs {
	position: relative;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
 @media all and (max-width: 860px) {
	 .n_main .nflahs {
		height: 300px;
	 }
 }
.n_main .nflahs h2 {
	padding-top: 10px;
	text-align: center;
	position: absolute;
	width: 400px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	box-sizing: border-box;
	font-size: 30px;
	background-image: linear-gradient(to top, rgba(20,136,245, 0.121) 0%, #1488F5 25%, #0055a5 50%, rgba(0, 85, 165, 0.107) 100%);
	color: #fff;
}
.n_main .nflahs h2 em {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.n_main .nflahs h2 span {
	padding: 5px 0;
	font-size: 30px;
	display: block;
	border: 1px solid #F78D13;
	color: #FFF;
	background: #F78D13;
	text-align: center;
	margin-top: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.n_main .nflahs h2 span a {
	font-size: 2rem;
}
.n_main .g_wz {
	padding: 30px 0px;
	box-sizing: border-box;
	line-height: 200%;
	max-width: 1300px;
	margin: 0 auto;
}
.n_main .g_wz p {
	line-height: 200%;
	text-indent: 2em;
}
.n_main .g_wz1 img {
	width: 100%;
}
.nav_t {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 30px;
	padding-left: 30px;
}
.chr-top {
	border-bottom: 1px solid #eaeaea;
	height: 70px;
	line-height: 70px;
	margin-bottom: 20px;
	width: 92%;
	margin: 0 auto;
	padding: 0 4%;
}
.chr-top h3 {
	font-size: 28px;
	color: #1488F5;
}
.chr-top h3 span {
	float: right;
	color: #6e6e6e;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}
.chr-top h3 span i {
	color: #1488F5;
}
.chr-top h3 span a {
	color: #6e6e6e;
}
.chr-top h3 span a:hover {
	color: #1488F5;
}
.chr-top h3 u {
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	color: #a1a1a1;
	text-decoration: none;
	font-weight: normal;
}
#home-posi {
	width: 100%;
	background: url(cbj.jpg) center no-repeat;
	overflow: hidden;
	padding-bottom: 10px;
}
.home-posi {
	width: 1300px;
	height: 220px;
	margin: 0px auto;
	overflow: hidden;
}
.lei {
	width: 100%;
	overflow: hidden;
	display: flex;
}
.lei dl {
	flex: 1;
}
.lei dl a dt {
	width: 100px;
	height: 120px;
	margin-top: 15px;
}
.lei dl a dt img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	border: 6px solid #fff;
	margin: 0 auto;
	transition: all .3s;
}
.lei dl a dd {
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 50px;
	display: block;
}
.lei dl a:hover dt img {
	border: 6px solid #f98b1b;
}
.pnav {
	width: 100%;
	background: #fff;
}
.pnav ul {
	text-align: center;
	width: 1300px;
	margin: 0 auto;
}
.pnav ul li {
	margin: 10px 8px 0 10px;
	width: 100px;
	display: block;
	float: left;
}
.pnav ul li a {
	display: block;
	transition: all .3s;
}
.pnav ul li a img {
	border-radius: 50%;
	border: 4px solid #ccc;
	transition: 1s;
	width: 100px;
	height: 100px;
	display: block;
}
.pnav ul li a p {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: 5px;
	height: 50px;
}
.pnav ul li a:hover, ._act {
	transform: translateY(-14px);
}
.pnav ul li a:hover img, ._act img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
	border: 4px solid #018935;
}
.pnav ul li.hover a {
	transform: translateY(-14px);
}
.pnav ul li.hover a img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pnav ul li a.act img {
	border: 4px solid #018935 !important;
}
.pnav ul li a.act p {
	color: #018935 !important;
}
.max-case {
	width: 646px;
	height: 486px;
	background: #eee;
	float: left;
	position: relative;
}
.max-case li {
	width: 646px;
	height: 486px;
	overflow: hidden;
	position: relative;
}
.max-case li > a {
	display: block;
}
.max-case li > a > img {
	width: 100%;
	display: block;
}
.max-case li strong {
	font-size: 20px;
	color: #000;
	line-height: 50px;
	text-align: center;
	width: 646px;
	display: block;
	font-weight: normal;
}
.max-case li p {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 20px;
	color: #fff;
}
.number {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 99999;
	right: 10px;
	bottom: 5px;
	text-align: center;
}
.number span {
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	color: #666;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 26px;
}
.number-on {
	background: #fca321 !important;
	color: #fff !important;
}
#showdata {
	display: none;
}
::selection {
	background: #ff7e25;
	color: #fff;
}

::-moz-selection {
 background: #ff7e25;
 color: #fff;
}

::-webkit-selection {
 background: #ff7e25;
 color: #fff;
}
html, body, p, h1, h2, h3, h4, h5, h6, li, ul, ol, em, i, strong, b, u, dd, dt, dl, td, table, th, tr, a, button, input, form {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	background: #fff;
}
 @media all and (max-width: 860px) {
	 body {
		 padding-top: 70px;	 }
	 
body, html {
	font-size: 14px;
}
}
body {
	overflow-x: hidden;
}
li, ol {
	list-style: none;
}
a, u {
	color: inherit;
	text-decoration: none;
}
img {
	border: 0;
}
em {
	font-style: normal;
}
button, input[type='submit'] {
	border: 0;
	color: inherit;
	background: none;
	cursor: pointer;
	outline: none;
}
button:active, input:active[type='submit'] {
	outline: none;
}
input[type="password"], input[type="checkbox"], input[type="file"], input[type="radio"], input[type="text"], textarea, select {
	color: inherit;
	outline: 0px;
	border: 0;
	background: #fff;
}
select {
	vertical-align: middle;
	height: 22px;
}
section, article, aside, header, footer, hgroup, figure, figcaption, main, nav {
	display: block;
}
.wrap {
	overflow: hidden;
	position: relative;
}
.main {
	margin: auto;
	width: 1400px;
	box-sizing: border-box;
	position: relative;
}
.main:after, .clear:after {
	content: '';
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
 @media all and (max-width: 1430px) {
.main {
	width: 100%;
	padding: 0 15px;
}
}
.dba a, .dbem em, .dbimg img, .dbspan span, .dbi i, .dbb b, .dbu u, .dbstrong strong {
	display: block;
}
.db *:not(script) {
	display: block;
}
.fff {
	color: #fff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.dn {
	display: none !important;
}
.vh {
	visibility: hidden;
}
.imp {
	font-family: Impact;
}
a.logos {
	left: 20px;
	top: 10px;
	position: absolute;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: .3s;
	display: block;
}
/*a.logos.act {
	transform: scale(1.2) translateY(15px);
	transition-delay: .1s;
}*/
 @media (max-width: 1300px) {
a.logos {
	left: 20px;
}
}
#headerBtn {
	float: right;
	width: 40px;
	height: 40px;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9999;
	margin-top: 15px;
	transition-delay: .4s;
	margin-top: 20px;
	margin-right: 15px;
}
#headerBtn i {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #414141;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
	transition-delay: .4s;
}
#headerBtn i::before, #headerBtn i::after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	background: #414141;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	transition-delay: .4s;
}
#headerBtn i::before {
	top: 8px;
}
#headerBtn i::after {
	top: -8px;
}
#headerBtn.act {
	background: #130c0e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 85px;
	height: 85px;
	transition-delay: .1s;
}
#headerBtn.act i {
	background: transparent;
	transition-delay: .1s;
}
#headerBtn.act i::before, #headerBtn.act i::after {
	background: #fff;
	transition-delay: .1s;
}
#headerBtn.act i::before {
	transform: rotateZ(45deg) translateY(-5px) translateX(-6px);
}
#headerBtn.act i::after {
	transform: rotateZ(-45deg) translateY(5px) translateX(-6px);
}
#openNav nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#openNav {
	position: fixed;
	top: 0;
	left: 0;
	color: #130c0e;
	z-index: 9998;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	visibility: hidden;
}
#openNav i {
	position: absolute;
	background: #fff no-repeat top right;
	z-index: -1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	border-radius: 0 0 0 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav nav {
	max-width: 1400px;
	width: 100%;
	z-index: 9;
	font-size: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	height: 100%;
	margin: 0 auto;
}
 @media (max-width: 1400px) {
#openNav nav {
	position: relative;
}
}
 @media (max-width: 480px) {
#openNav nav {
	height: 100% !important;
}
}
#openNav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav #headerBtn {
	display: none;
}
#openNav ul {
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	height: 0;
	margin: auto;
	height: 560px;
	bottom: 0;
	max-width: 1400px;
	width: 100%;
}
 @media (max-width: 1400px) {
#openNav ul {
	padding-top: 10%;
}
}
 @media (max-width: 850px) {
#openNav ul {
	position: relative;
	top: 0;
	overflow-y: auto;
}
}
 @media (max-width: 480px) {
#openNav ul {
	height: 100%;
}
}
#openNav li {
	position: relative;
	width: 220px;
	float: left;
	padding-bottom: 20px;
	height: 280px;
	margin: 35px;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 280px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #ccc;
}
#openNav li a {
	font-size: 26px;
	padding-left: 30px;
	display: block;
}
 @media (max-width: 1400px) {
#openNav li {
	width: 23%;
	display: block;
	float: left;
	margin: 1%;
}
}
 @media (max-width: 850px) {
#openNav li {
	width: 48%;
}
}
 @media (max-width: 480px) {
#openNav li {
	width: 98%;
}
#openNav li:last-child {
	margin-bottom: 100px;
}
}
#openNav li:hover {
	color: #14aeea;
}
#openNav li:hover::after {
	top: 0;
}
#openNav li:hover a {
	color: #fff;
}
#openNav li:hover a::before {
	background: #fff;
}
#openNav li:hover a::after {
	color: #fff;
}
#openNav li::before {
	content: '';
	height: 8px;
	background: #130c0e;
	width: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	right: 0;
	margin: auto;
}
#openNav li::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	right: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../images/hover_bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
}
#openNav li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 0;
	padding: 70% 0 0;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav li a::before {
	content: '';
	height: 3px;
	width: 2em;
	display: block;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
	background: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav li a::after {
	content: attr(l-en);
	display: block;
	font-size: 14px;
	line-height: 6;
}
#openNav > div {
	height: 100%;
}
.g_wz_lx {
	margin: 50px auto;
	max-width: 80%;
}

.g_wz_lx li {
	width: 33.333333%;
	float: left;
	text-align: center;
}
.g_wz_lx li p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}


@media (max-width: 1280px) {
	.g_wz_lx {
		margin: 30px auto;
	}

.g_wz_lx li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: auto;
	float: none;
	border-bottom: 1px dotted #666;
}
.g_wz_lx li p {
	margin-top: 15px;
}

}

 @media (max-width: 1310px) {
.anliroll {
	width: 100%;
}
.w1300 {
	width: 100%;
}
}
@media (min-width: 1281px) {
/*左右滚动*/
.al_pic, .syal_pic {
	display: block;
}
.al_pic1, .sycp_lb, .syal_pic1 {
	display: none;
}
}
@media (max-width: 1280px) {
.sygsjj {
	background: url(1_03.jpg) left bottom no-repeat;
	overflow: hidden;
	height: auto;
	padding: 2%;
}
.sygsjj dl {
	padding-top: 0;
}
.sygsjj dl dt {
	width: 100%;
	float: none;
	height: auto;
	background: none;
}
.sygsjj dl dt img {
	display: block;
}

.sygsjj dl dd {
	width: 100%;
	float: none;
	height: auto;
	padding: 50px 10px;
}
.max-case {
	width: 100%;
	margin: auto;
	height: auto;
	float: none;
}
.max-case li {
	width: 100%;
	overflow: hidden;
	height: auto;
}
.max-case li > a > img {
	width: 100%;
	height: auto;
	display: block;
}
.sycp_lb {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.sycp_lb li {
	width: 32%;
	float: left;
	margin: 5px auto 0 1%;
}
.sycp_lb li a {
	display: block;
	background: #f77d00;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.anliroll li a ol {
	line-height: 40px;
}
.syal {
	width: 100%;
	margin: 20px auto;
}
.syal li {
	width: 22%;
}
.syal li a img {
	margin: 0 auto;
}
.syal li a ol {
	padding-top: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*左右滚动*/
.al_pic1 {
	width: 100%;
	overflow: hidden;
	margin: 10px auto 20px auto;
}
.al_pic1 li {
	float: left;
	margin-left: 2%;
	width: 48%;
	margin-bottom: 10px;
}
.al_pic1 li a {
	display: block;
	position: relative;
}
.al_pic1 li a img {
	display: block;
	width: 100%;
}
.al_pic1 li a ol {
	text-align: left;
	font-size: 18px;
	margin: 15px 0 0px 0;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.527);
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.syys ul {
	text-align: center;
}
.syys ul li {
	width: 29%;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 50px;
}
.syys {
	height: auto;
	background-size: 100% 100%;
}
.syys ul li span {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #1488F5;
}
.syys ul li img {
	width: 40%;
}
.syys ul li em {
	font-size: 1rem;
}
.w1300 {
	width: 100%;
}
.db_lx {
	margin-bottom: 20px;
}
.db_lx img {
	display: none;
}
.footer_con ul li {
	overflow: hidden;
	background: none;
	height: auto;
}
.footer_con ul li:nth-of-type(1) {
	width: 49%;
}
#home-posi, .anliroll li a span, .syal li a ol::before, .syal::before, .al_pic, .syal_pic, .footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(3), .footer2, .footer_con ul li:nth-of-type(2) {
	display: none;
}
.sycp {
	margin: 20px 15px 0;
}
.sycp h2 em {
	margin-bottom: 10px;
}
.sycp h2:before, .sycp h2:after {
	display: none;
}
}
@media (max-width: 1280px) {
.qh_nav {
	display: none;
}
#headerBtn i, #headerBtn i::before, #headerBtn i::after {
	background: #1488F5;
}
#headerBtn {
	border: 1px solid #1488F5;
}
#openNav ul {
	top: 2%;
	width: 100%;
	max-width: 100%;
}
div.main {
	width: 100%;
}
.anliroll li a ol {
	font-size: 1rem;
}
.nflahs {
	height: 320px;
}
.nflahs img {
	height: 100%;
	width: 150%;
}
.n_main .g_wz {
	padding: 30px 4%;
	box-sizing: border-box;
	max-width: 100%;
}
.pnav ul {
	display: none;
}
.w-auto {
	padding: 1% 1%;
}
.n_main .nflahs h2 {
	width: 100%;
}
}
@media (max-width: 676px) {
.sygsjj dl dd .sygsjj_wz img {
	float: none;
}
.syal li {
	width: 28%;
}
.syys h3 {
	font-size: 2rem;
}
.syys h3 em {
	font-size: 3rem;
}
.syys h4 {
	font-size: 1rem;
}
.syys ul {
	margin-top: 10px;
}
.synews h3{
	margin: 0 15px 20px;
	width: auto !important;
}

.synews dl {
	width: auto;
	margin: 0 15px;
}
.synews dl dt, .synews dl dd {
	width: 100%;
	float: none;
}
.synews dl dd a {
	margin-top: 20px;
	margin-bottom: 0;
}
.db_link {
	display: none;
}
.footer_con ul li:nth-of-type(3 ){
	display: none;
}

.footer_con ul li:nth-of-type(1), .footer_con ul li:nth-of-type(4) {
	width: 100%;
	float: none;
}
.footer_con ul li {
	padding-left: 10px;
}
/*底部导航*/
.social_nav5 ul {
	height: 58px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: #1488F5;
}
.social_nav5 ul li {
	width: 32%;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 12px;
	height: 58px;
	box-sizing: border-box;
	padding-top: 5px;
}
.social_nav5 ul li:last-child {
	border-right: none;
}
.social_nav5 ul li:first-child {
	border-left: none;
}
.social_nav5 ul li em {
	width: 23px;
	display: block;
	margin: 0 auto;
	padding: 2px 0 6px 0;
	color: #fff;
}
.social_nav5 ul li em img {
	width: 23px;
}
.social_nav5 ul li a {
	color: #fff;
	padding: 0;
}
#footer {
	padding-bottom: 55px;
	margin-bottom: 0;
}
.anliroll li {
	width: 48%;
}
.sygsjj {
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 0 15px;
}
.sygsjj dl dd h3 {
	font-size: 2rem;
}
a.logos {
	left: 15px;
}
a.logos img {
	width: 70%;
}
.header1 {
	height: 72px;
}
#headerBtn {
	margin-top: 10px;
}
.sycp h2 {
	font-size: 2rem;
	width: auto;
}
.chr-top h3 span {
	display: none;
}
.nflahs img {
	width: 100%;
}
#openNav li {
	padding: 0;
	height: auto;
}
#openNav li a:before {
	display: none;
}

#openNav li a {
	padding: 8px 0;
	height: auto;
	display: block;
	position: relative;
	left: inherit;
	top: inherit;
	font-size: 18px;
	line-height: 1.5;
}
#openNav ul {
	top: 5%;
	/*top: 12%;*/
}
#headerBtn.act {
	width: 40px;
	height: 40px;
	/*margin-top: 31px;*/
}
ul.love li {
	width: 50%;
}
ul.love li img {
	width: 100%;
}
ul.love ol, .showlist li .t {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g_wz_lx ul li {
	width: 100%;
	margin-bottom: 20px;
}
.max-case li p, .number {
	display: none;
}
}
@media (min-width: 677px) {
.social_nav5 {
	display: none;
}
}
@media (max-width: 390px) {
.sycp_lb li {
	width: 48%;
}
.syal li {
	width: 41%;
}
.sygsjj dl dd .sygsjj_wz img {
	width: 90%;
}
.syys ul li {
	width: 43%;
}
.synews h3 {
	font-size: 2rem;
}
.synews h3 a {
	display: none;
}
.al_pic1 li a ol {
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
}
.synews dl dd a {
	margin-bottom: 20px;
}
.footer_con ul li:nth-of-type(3) h4 {
	padding-left: 49px;
}
}
/*# sourceMappingURL=chen.css.map */
.showlist {
	margin: 0 auto;
	padding: 50px 0;
	width: 80%;
}
 @media all and (max-width: 860px) {
	 .showlist {
		margin: 0 auto;
		padding: 50px 15px;
		width: auto;
	}

 }
 
.showlist li {
	margin: 10px 1%;
	width: 31.33333%;
	float: left;
	background: #fdfdfd;
	border: 5px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.showlist li:hover {
	box-shadow: 0px 0px 8px #666;
	background: #f0f0f0;
}
.showlist li dl a {
	display: block;
}
.showlist li img {
	width: 100%;
	border-radius: 5px;
}
.showlist li .t {
	line-height: 35px;
	display: block;
}
.showlist li:hover b {
	color: #e30;
}
.showlist dt a {
	overflow: hidden;
	display: inline-block;
	transform: rotate(0);
	border-radius: 5px;
}
.showlist dt a img {
	transition: all .4s ease-in-out;
}
.showlist dt a:hover img {
	transform: translateZ(0) scale(1.12);
}
.showlist dd, .showlist ol {
	padding: 1%;
	color: #666;
	text-align: center;
}
.showlist dd * {
	color: #666;
}
.showlist span {
	text-decoration: line-through;
	vertical-align: middle;
}
.showlist .pm {
	text-decoration: none;
	color: #00F;
}
 @media (max-width: 1080px) {
.showlist li {
	width: 48%;
}
}


#news_data1 {
	margin: 50px auto;
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}

#news_data1 li {
	width: 49.9%;
	float: left;
}

#news_data1 a {
	display: block;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	margin: 1px 0px 0px 1px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
#news_data1 a img {
	width: 30%;
	margin-right: 3%;
	float: left;
	display: block
}
#news_data1 a .textBox {
	width: 67%;
	float: left;
	height: 100%;
	font-weight: normal
}
#news_data1 a .textBox b {
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #555555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal
}
#news_data1 a .textBox p {
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#news_data1 a .textBox em {
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	display: block;
}
#news_data1 a:hover {
	background: #fff3eb;
	margin: 1px 0px 0px 1px;
}
#news_data1 a:hover .textBox b {
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #ff6501;
}
#news_data1 a:hover .textBox p {
	color: #666;
}
#news_data1 a .textBox i {
	width: 105px;
	height: 23px;
	background: url(../images/morebg.png) left no-repeat;
	color: #000;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	display: block;
	margin-bottom: 10px
}
#news_data1 a:hover .textBox i {
	width: 105px;
	height: 23px;
	background: url(../images/morebg.png) left no-repeat;
	color: #d11f1f;
}
 @media all and (max-width: 860px) {
	 #news_data1 {
		margin: 30px 20px;
		width: auto;
		border-left: none;
	}
	
	#news_data1 li {
		width: auto;
		float: none;
	}
	
	#news_data1 a {
		padding: 10px 0;
	}
	#news_data1 a img {
		width: 30%;
		margin-right: 3%;
		float: left;
		display: block
	}
	
	#news_data1 a .textBox {
		padding-right: 15px;
		height: auto;
		font-weight: normal;
		box-sizing: border-box;
	}
	#news_data1 a .textBox b {
		display: block;
		width: auto;
		height: auto;
		font-size: 16px;
	}

#news_data1 a:hover .textBox b {
		height: auto;
		font-size: 16px;
}

	#news_data1 a .textBox p {
		display: none;
	}
	#news_data1 a .textBox em {
		margin-bottom: 10px;
	}

 }
 
@media (max-width:1026px) {
#news_data1 a {
	width: 100%;
	float: none;
}
}

.pagebar {
	margin-bottom: 80px;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #F78D13;
  border: 1px solid #F78D13;
}
.pagination a.page-num-current {
  color: #fff;
  background: #F78D13;
  border: 1px solid #F78D13;
}

.pagination .page-status {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}


.detailBox {
	margin: 0 auto 40px;
	width: 1200px;
}

.detailBox h3 {
	padding-top: 40px;
	font-size: 30px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
}

.detailBox .infoPhoto {
	text-align: justify;
	font-size:16px;
	color:#444;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 700px;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	padding-top: 40px;
	color: #111;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.detailBox .infoText .updata {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	padding-bottom:15px;
	color:#888;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

 @media all and (max-width: 860px) {
	 .detailBox {
		margin: 0 20px 40px;
		width: auto;
	}
	
	
	.detailBox .infoPhoto img {
		max-width: 100%;
	}
	
	
 }

.qianhou {
	margin: 0 auto 30px;
	width: 1200px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

 @media all and (max-width: 860px) {
	 
	.qianhou {
		margin: 0 20px 30px;
		width: auto;
		padding: 10px 8px;
		font-size: 15px;
		background:#f5f5f5;
	}
	
	
 }
 
 
 #scrollrd {
	 height: 700px;
	 background: none !important;
 }